icon-browser: Recover from GtkDialog api change
authorMatthias Clasen <mclasen@redhat.com>
Wed, 17 Apr 2019 00:59:57 +0000 (20:59 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 17 Apr 2019 00:59:57 +0000 (20:59 -0400)
When we moved content_area to a sibling of action area,
it changed orientation from vertical to horizontal.
Adapt to this change.

demos/icon-browser/window.ui

index b38cb5eb08c03fda3ad2bcf44b952c6eea0e02d6..40964afc444f5115ee0df6809e525ab6b660b6c7 100644 (file)
     <property name="hide-on-close">1</property>
     <child internal-child="content_area">
       <object class="GtkBox">
+        <property name="orientation">vertical</property>
         <child>
           <object class="GtkGrid">
             <property name="margin">10</property>